-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiple Layers in WMTS endpoint #121
Conversation
loader=jinja2.ChoiceLoader( | ||
[ | ||
jinja2.PackageLoader(__package__, "templates"), | ||
jinja2.PackageLoader("titiler.core", "templates"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need this because we are using a modified version of the wmts.xml file from titiler
TODO
|
CHANGES.md
Outdated
@@ -1,8 +1,9 @@ | |||
# Release Notes | |||
|
|||
## 0,5,2 (TDB) | |||
## 0.5.2 (TDB) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be a minor version update because it's really breaking the WMTSCapatibilities endpoint (removed the openapi schemas for dependencies and return xml with multiple layers)
self.render_dependency, | ||
PgSTACParams, | ||
self.reader_dependency, | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We now check all the tiles
dependencies
@geospatial-jeff could you have a last look before we merge? 🙏 |
Similar as #120 but within the wmts endpoints
This is blocked for now because:This remove any query-parameter check (assets) in the endpointTesting locally (in QGIS) didn't work, for some reason it request URL with a weird encodingcc @geospatial-jeff
Note: This will be quite a breaking change for the wmts endpoint so It's not 💯 sure that it will get merged, but maybe added as an extension or an example in the documentation